Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle pointer click and motion events using delta logic #3

Open
wants to merge 3 commits into
base: caleb/unl0kr-disp-input-fixes
Choose a base branch
from

Conversation

Johennes
Copy link
Collaborator

@Johennes Johennes commented Jul 8, 2023

This fixes the problem described in lvgl#280 (comment).

calebccff and others added 3 commits June 24, 2023 23:10
This is needed specifically for Qualcomm devices using DRM fbdev
emulation, it is probably useful for other platforms using fbdev
emulation.
Libinput doesn't buffer events, so hook up a dedicated thread per input
device and a small circular queue to buffer input events. This fixes the
dropped input issue so you can type much faster. If there are too many
events, the oldest events in the queue will be dropped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants